Build the first DP-700 reader slice - #33
Merged
Merged
Conversation
Owner
Author
|
Look good. I like the look and feel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses #5, #6, and #7.\n\nBuilds an exam-agnostic book model and the official DP-700 outline effective July 21, 2026: three domains, ten chapters, and 54 mapped objectives. Adds strict Markdown rendering with deterministic and explicit block anchors, raw HTML disabled, nh3 sanitization, safe external links, and a golden fixture. Replaces the placeholder with a mobile-first Jinja reader and persistent desktop table of contents.\n\nVerification:\n- 18 tests pass with 95% line coverage\n- Ruff formatting and linting pass\n- strict mypy passes\n- git diff check passes\n- Browser verified at 320, 390, 430, 768, 1024, and 1440 pixel widths\n- No body-level horizontal overflow at any required width\n- Mobile contents control is 48 pixels and chapter navigation works\n- Desktop contents remain visible and reading measure is constrained\n\nAuthoritative outline: https://learn.microsoft.com/en-us/credentials/certifications/resources/study-guides/dp-700\n\nThis remains a draft for human review and does not close the issues until the acceptance criteria are approved.